@charset "UTF-8";
/*----------------------------------------*/
/*  Home
/*----------------------------------------*/
main {
  margin-top: 78px; }

/*品牌LOGO展示*/
.clientMarquee {
  height: 210px;
  display: flex;
  align-items: center;
  margin-top: 20px; }
  .clientMarquee .container {
    padding: 0px 130px;
    margin: 0px auto; }
  .clientMarquee .clientSwiper {
    overflow: hidden;
    position: relative; }
    .clientMarquee .clientSwiper:before, .clientMarquee .clientSwiper:after {
      width: 192px;
      height: 210px;
      top: 20px;
      content: '';
      position: absolute;
      z-index: 10;
      background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%); }
    .clientMarquee .clientSwiper:before {
      left: 0px; }
    .clientMarquee .clientSwiper:after {
      background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      right: 0px; }
    .clientMarquee .clientSwiper .listClient {
      height: 100%;
      position: relative;
      display: flex;
      align-items: center; }
      .clientMarquee .clientSwiper .listClient li {
        width: 160px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .clientMarquee .clientSwiper .listClient li a {
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
        .clientMarquee .clientSwiper .listClient li img {
          max-width: 100%;
          max-height: inherit; }
  .clientMarquee .clientSwiperTwo {
    transform: rotateY(180deg); }
    .clientMarquee .clientSwiperTwo .listClient li {
      transform: rotateY(180deg); }
  .clientMarquee .swiper-slide-animated {
    transition-property: transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55); }

/*业务价值*/
.businessValue {
  margin: 80px 0px;
  overflow: hidden; }
  .businessValue .container {
    padding: 0px;
    margin: 0px auto; }
  .businessValue .titleWrap {
    margin-bottom: 50px; }
    .businessValue .titleWrap h3 {
      color: #1D2129;
      font-size: 32px;
      font-weight: 500;
      text-align: center; }
  .businessValue .switchNavTab {
    margin: 0px 130px; }
    .businessValue .switchNavTab .switchBox {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      gap: 24px; }
      .businessValue .switchNavTab .switchBox li {
        width: calc(33.333% - 24px) !important;
        height: 64px;
        font-size: 16px;
        cursor: pointer;
        padding: 0px 15px 0px 0px;
        position: relative;
        z-index: 50;
        font-weight: 400; }
        .businessValue .switchNavTab .switchBox li:after {
          content: '';
          width: 100%;
          height: 3px;
          display: inline-block;
          position: absolute;
          bottom: 0px;
          background: #F7F8FA;
          z-index: 2; }
        .businessValue .switchNavTab .switchBox li:before {
          content: '';
          width: 0%;
          height: 3px;
          display: inline-block;
          position: absolute;
          bottom: 0px;
          background: #15284B;
          z-index: 100; }
        .businessValue .switchNavTab .switchBox li .title {
          font-size: 16px; }
        .businessValue .switchNavTab .switchBox li span {
          font-weight: 600;
          color: #A3A8AC;
          font-weight: 400; }
        .businessValue .switchNavTab .switchBox li p {
          margin-top: 2px;
          color: #1D2129;
          font-weight: 400;
          text-align: justify; }
        .businessValue .switchNavTab .switchBox li.swiper-slide-thumb-active span {
          color: #15284B; }
        .businessValue .switchNavTab .switchBox li.swiper-slide-thumb-active:before {
          width: 100%;
          transition: all 10s linear; }
  .businessValue .businessSwitchWrap {
    margin-top: 48px;
    margin-left: 130px;
    height: 580px;
    position: relative;
    padding-right: 130px; }
    .businessValue .businessSwitchWrap .swiper-slide {
      display: flex;
      opacity: .4; }
    .businessValue .businessSwitchWrap .swiper-slide-active {
      width: 100%;
      opacity: 1; }
    .businessValue .businessSwitchWrap .innerCard {
      width: 50%;
      background: #F7F7F7;
      padding: 46px;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
      .businessValue .businessSwitchWrap .innerCard .titleBox {
        margin-bottom: 56px; }
        .businessValue .businessSwitchWrap .innerCard .titleBox h5 {
          margin-bottom: 16px; }
          .businessValue .businessSwitchWrap .innerCard .titleBox h5 span {
            color: #1D2129;
            font-size: 20px;
            display: block;
            margin-bottom: 6px;
            line-height: 28px;
            font-weight: 500; }
          .businessValue .businessSwitchWrap .innerCard .titleBox h5 p {
            color: #1D2129;
            font-size: 28px;
            font-weight: 500;
            text-align: justify;
            line-height: 39px; }
        .businessValue .businessSwitchWrap .innerCard .titleBox .desc {
          font-size: 16px;
          line-height: 24px;
          color: #333;
          text-align: justify;
          font-weight: 300; }
      .businessValue .businessSwitchWrap .innerCard .introBox ul li {
        color: #1D2129;
        font-size: 15px;
        line-height: 21px;
        display: flex;
        margin-bottom: 28px;
        align-items: center;
        font-weight: 400; }
        .businessValue .businessSwitchWrap .innerCard .introBox ul li:nth-last-child(1) {
          margin-bottom: 0px; }
        .businessValue .businessSwitchWrap .innerCard .introBox ul li span {
          color: #1D2129;
          font-weight: 400; }
      .businessValue .businessSwitchWrap .innerCard .ulBox ul {
        display: flex;
        flex-direction: column;
        gap: 20px; }
        .businessValue .businessSwitchWrap .innerCard .ulBox ul li {
          color: #081124;
          font-size: 18px;
          line-height: 25px;
          margin-left: 16px;
          font-weight: 300;
          position: relative;
          list-style: disc;
          cursor: pointer; }
          .businessValue .businessSwitchWrap .innerCard .ulBox ul li.on {
            color: #5391FF; }
    .businessValue .businessSwitchWrap .imgCard {
      background: #F7F7F7;
      position: relative;
      overflow: hidden;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      flex: 0 0 50%; }
      .businessValue .businessSwitchWrap .imgCard img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .businessValue i.icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 12px; }
  .businessValue .tabone_ico1 {
    background: url(../images/business_tabone_ico1.svg) center center no-repeat;
    background-size: cover; }
  .businessValue .tabone_ico2 {
    background: url(../images/business_tabone_ico2.svg) center center no-repeat;
    background-size: cover; }
  .businessValue .tabone_ico3 {
    background: url(../images/business_tabone_ico3.svg) center center no-repeat;
    background-size: cover; }
  .businessValue .tabtwo_ico1 {
    background: url(../images/business_tabtwo_ico1.svg) center center no-repeat;
    background-size: cover; }
  .businessValue .tabtwo_ico2 {
    background: url(../images/business_tabtwo_ico2.svg) center center no-repeat;
    background-size: cover; }
  .businessValue .tabtwo_ico3 {
    background: url(../images/business_tabtwo_ico3.svg) center center no-repeat;
    background-size: cover; }
  .businessValue .tabthree_ico1 {
    background: url(../images/business_tabthree_ico1.svg) center center no-repeat;
    background-size: cover; }
  .businessValue .tabthree_ico2 {
    background: url(../images/business_tabthree_ico2.svg) center center no-repeat;
    background-size: cover; }
  .businessValue .tabthree_ico3 {
    background: url(../images/business_tabthree_ico3.svg) center center no-repeat;
    background-size: cover; }
  .businessValue .businessAccordionMobile {
    width: 100%; }
    .businessValue .businessAccordionMobile .accordion-container {
      position: relative;
      width: 100%;
      padding: 0px 16px;
      display: flex;
      flex-direction: column; }
      .businessValue .businessAccordionMobile .accordion-container .accordion-item {
        display: block;
        transition: all 0.3s ease-in-out 0s;
        border: none;
        background: none; }
        .businessValue .businessAccordionMobile .accordion-container .accordion-item .headBox {
          width: 100%;
          height: 68px;
          display: none;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;
          border-radius: 0px;
          background: none;
          margin: 0px;
          border-bottom: 1px solid #C9CDD4;
          padding: 24px 0px;
          transition: all 0.3s ease-in-out 0s; }
          .businessValue .businessAccordionMobile .accordion-container .accordion-item .headBox.collapsed {
            display: flex; }
          .businessValue .businessAccordionMobile .accordion-container .accordion-item .headBox span {
            font-size: 13px;
            font-weight: 500;
            color: #1D2129;
            line-height: 18px; }
          .businessValue .businessAccordionMobile .accordion-container .accordion-item .headBox p {
            font-size: 14px;
            display: inline-block;
            color: #1D2129;
            line-height: 20px;
            font-weight: 400; }
          .businessValue .businessAccordionMobile .accordion-container .accordion-item .headBox i.arrowMore {
            height: 13px;
            width: 13px;
            background: url(../images/businesstab_dropmore_ico.svg) center center no-repeat; }
        .businessValue .businessAccordionMobile .accordion-container .accordion-item .bodyCon {
          overflow: hidden;
          position: relative;
          margin-top: 16px; }
          .businessValue .businessAccordionMobile .accordion-container .accordion-item .bodyCon .imgCard {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f7f7f7; }
            .businessValue .businessAccordionMobile .accordion-container .accordion-item .bodyCon .imgCard img {
              width: 100%; }
          .businessValue .businessAccordionMobile .accordion-container .accordion-item .bodyCon .innerCard {
            width: 100%;
            padding: 24px;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
            background: #F7F7F7; }
            .businessValue .businessAccordionMobile .accordion-container .accordion-item .bodyCon .innerCard .titleBox {
              margin-bottom: 40px; }
              .businessValue .businessAccordionMobile .accordion-container .accordion-item .bodyCon .innerCard .titleBox h5 {
                margin-bottom: 12px; }
                .businessValue .businessAccordionMobile .accordion-container .accordion-item .bodyCon .innerCard .titleBox h5 span {
                  font-weight: 500;
                  font-size: 16px;
                  line-height: 22px;
                  margin-bottom: 6px;
                  color: #15284B;
                  display: block; }
                .businessValue .businessAccordionMobile .accordion-container .accordion-item .bodyCon .innerCard .titleBox h5 p {
                  line-height: initial;
                  color: #1D2129;
                  font-weight: 500;
                  font-size: 18px;
                  line-height: 25px; }
              .businessValue .businessAccordionMobile .accordion-container .accordion-item .bodyCon .innerCard .titleBox .desc {
                font-size: 14px;
                line-height: 20px;
                color: #333;
                text-align: justify;
                font-weight: 400; }
            .businessValue .businessAccordionMobile .accordion-container .accordion-item .bodyCon .innerCard .introBox ul {
              display: flex;
              flex-direction: column;
              gap: 28px; }
            .businessValue .businessAccordionMobile .accordion-container .accordion-item .bodyCon .innerCard .introBox li {
              color: #1D2129;
              font-size: 13px;
              line-height: 18px;
              display: flex;
              align-items: center;
              font-weight: 400; }
              .businessValue .businessAccordionMobile .accordion-container .accordion-item .bodyCon .innerCard .introBox li i {
                width: 28px;
                height: 28px;
                display: inline-block;
                margin-right: 12px; }
      .businessValue .businessAccordionMobile .accordion-container .accordion-item:nth-of-type(1) .bodyCon {
        margin-top: 0px; }
      .businessValue .businessAccordionMobile .accordion-container .accordion-item:nth-last-child(1) .headBox {
        border-bottom: 0px; }

/*产品亮点*/
.proFeatures {
  margin: 150px 0px; }
  .proFeatures .titleWrap {
    margin-bottom: 50px; }
    .proFeatures .titleWrap h3 {
      color: #1D2129;
      font-size: 32px;
      font-weight: 500;
      text-align: center; }
  .proFeatures .proFeaturesContent {
    background: #F7F7F7;
    padding: 0px 0px;
    position: relative; }
    .proFeatures .proFeaturesContent .container {
      padding-left: 0px;
      padding-right: 130px;
      position: relative; }
    .proFeatures .proFeaturesContent .swiper {
      position: relative; }
    .proFeatures .proFeaturesContent .featuresCard {
      display: flex;
      justify-content: space-between; }
      .proFeatures .proFeaturesContent .featuresCard .imgBox {
        width: 55.5555%; }
        .proFeatures .proFeaturesContent .featuresCard .imgBox img {
          max-width: 100%; }
      .proFeatures .proFeaturesContent .featuresCard .introCon {
        padding: 100px 0px 40px 0px;
        display: flex;
        justify-content: flex-end; }
      .proFeatures .proFeaturesContent .featuresCard .titleBox {
        width: 402px;
        margin-bottom: 60px;
        display: flex;
        flex-direction: column;
        margin-right: 20px; }
        .proFeatures .proFeaturesContent .featuresCard .titleBox h5 {
          margin-bottom: 16px; }
          .proFeatures .proFeaturesContent .featuresCard .titleBox h5 p {
            color: #1D2129;
            font-size: 28px;
            font-weight: 500; }
        .proFeatures .proFeaturesContent .featuresCard .titleBox .desc {
          font-size: 16px;
          line-height: 22px;
          color: #1D2129;
          margin-bottom: 40px;
          font-weight: 300;
          text-align: justify; }
    .proFeatures .proFeaturesContent .morelinkBtn {
      max-width: 136px;
      height: 54px;
      display: flex;
      border-radius: 30px;
      align-items: center;
      justify-content: center;
      border: 1px solid #15284B;
      padding: 16px 20px;
      font-weight: 500;
      transition: all ease-in-out 0.3s;
      position: relative; }
      .proFeatures .proFeaturesContent .morelinkBtn span {
        color: #15284B;
        font-size: 16px;
        font-weight: 500;
        transition: all ease-in-out 0.3s; }
      .proFeatures .proFeaturesContent .morelinkBtn:before {
        width: 18px;
        height: 18px;
        background: url(../images/linkbtn_arrow.svg) center center no-repeat;
        background-size: 18px 18px;
        transition: all ease-in-out 0.3s;
        content: '';
        position: absolute;
        left: 24px;
        opacity: 0;
        visibility: hidden; }
      .proFeatures .proFeaturesContent .morelinkBtn:hover span {
        margin-left: 24px; }
      .proFeatures .proFeaturesContent .morelinkBtn:hover:before {
        opacity: 1;
        visibility: visible; }
  .proFeatures .swiper-pagination {
    bottom: 100px;
    left: auto;
    right: calc(422px - 129px);
    width: 128px;
    justify-content: flex-start;
    z-index: 1000; }
    .proFeatures .swiper-pagination.pagination-center {
      bottom: 40px;
      right: 50%;
      transform: translatex(64px);
      justify-content: center; }
  .proFeatures .slideArrowGroup {
    width: 128px;
    position: absolute;
    bottom: 100px;
    right: 20px;
    z-index: 50;
    display: flex;
    align-items: center;
    gap: 16px; }
    .proFeatures .slideArrowGroup.leftArrow {
      right: auto;
      left: 0px; }
    .proFeatures .slideArrowGroup .slide-arrow {
      width: 56px;
      height: 56px;
      border-radius: 60px;
      cursor: pointer;
      border: 1px solid #15284B;
      transition: all ease-in-out 0.3s; }
      .proFeatures .slideArrowGroup .slide-arrow:hover {
        border: 1px solid #15284B; }
    .proFeatures .slideArrowGroup .slide-arrow-prev {
      background: url(../images/slide_arrow_left.svg) center center no-repeat;
      background-size: 13px 13px; }
      .proFeatures .slideArrowGroup .slide-arrow-prev:hover {
        background: #15284B url(../images/slide_arrow_left_w.svg) center center no-repeat;
        background-size: 13px 13px; }
    .proFeatures .slideArrowGroup .slide-arrow-next {
      background: url(../images/slide_arrow_right.svg) 45% center no-repeat;
      background-size: 13px 13px; }
      .proFeatures .slideArrowGroup .slide-arrow-next:hover {
        background: #15284B url(../images/slide_arrow_right_w.svg) 45% center no-repeat;
        background-size: 13px 13px; }

/*客户证言*/
.customerTestimony {
  overflow: hidden; }
  .customerTestimony .container {
    padding: 10px 130px 130px 130px;
    position: relative;
    overflow: hidden; }
  .customerTestimony .titleWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 72px; }
    .customerTestimony .titleWrap h3 {
      display: flex;
      flex-direction: column; }
      .customerTestimony .titleWrap h3 p {
        font-size: 32px;
        color: #1D2129;
        line-height: 45px;
        font-weight: 500; }
      .customerTestimony .titleWrap h3 .morelinkTxt {
        font-size: 18px;
        color: #15284B;
        margin-top: 24px; }
        .customerTestimony .titleWrap h3 .morelinkTxt:hover {
          text-decoration: underline; }
    .customerTestimony .titleWrap .customerNum {
      display: flex;
      align-items: center;
      font-size: 84px;
      line-height: 1; }
      .customerTestimony .titleWrap .customerNum .numBox {
        color: #15284B;
        font-weight: 800;
        font-family: 'DIN Alternate Bold'; }
      .customerTestimony .titleWrap .customerNum i {
        font-family: 'DIN Alternate Bold'; }
  .customerTestimony .customerList {
    position: relative;
    z-index: 100; }
  .customerTestimony .customerInner {
    height: 355px;
    background: #F7F7F7;
    padding: 40px 32px;
    margin-bottom: 0px; }
    .customerTestimony .customerInner .introBox {
      padding-bottom: 80px;
      height: 200px; }
      .customerTestimony .customerInner .introBox p {
        font-size: 16px;
        line-height: 24px;
        color: #1D2129;
        font-weight: 300;
        text-align: justify; }
    .customerTestimony .customerInner .titleCard {
      display: flex;
      flex-wrap: wrap;
      padding-top: 30px;
      border-top: 0.5px solid #C9CDD4; }
      .customerTestimony .customerInner .titleCard .headphoto img {
        width: 54px;
        height: 54px;
        object-fit: cover;
        border-radius: 60px;
        margin-right: 12px; }
      .customerTestimony .customerInner .titleCard .nameBox {
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .customerTestimony .customerInner .titleCard .nameBox h6 {
          font-size: 18px;
          color: #1D2129;
          margin-bottom: 6px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          font-weight: 500; }
        .customerTestimony .customerInner .titleCard .nameBox p {
          font-size: 16px;
          color: #3C4C63;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          font-weight: 500;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical; }
  .customerTestimony .slideArrowGroup {
    position: absolute;
    bottom: 45%;
    left: 50px;
    right: 50px;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 100px);
    gap: 16px; }
    .customerTestimony .slideArrowGroup .slide-arrow {
      width: 50px;
      height: 50px;
      border-radius: 60px;
      cursor: pointer;
      background: #F7F7F7;
      transition: all ease-in-out 0.3s; }
    .customerTestimony .slideArrowGroup .slide-arrow-prev {
      background: #F7F7F7 url(../images/slide_arrow_left.svg) center center no-repeat;
      background-size: 13px 13px; }
      .customerTestimony .slideArrowGroup .slide-arrow-prev:hover {
        background: #15284B url(../images/slide_arrow_left_w.svg) center center no-repeat;
        background-size: 13px 13px; }
    .customerTestimony .slideArrowGroup .slide-arrow-next {
      background: #F7F7F7 url(../images/slide_arrow_right.svg) 45% center no-repeat;
      background-size: 13px 13px; }
      .customerTestimony .slideArrowGroup .slide-arrow-next:hover {
        background: #15284B url(../images/slide_arrow_right_w.svg) 45% center no-repeat;
        background-size: 13px 13px; }

@media only screen and (min-width: 1919px) and (max-width: 2560px) {
  .businessValue .businessSwitchWrap {
    overflow: inherit; }
  .proFeatures .proFeaturesContent .featuresCard .imgBox img {
    width: 100%; }
  .proFeatures .proFeaturesContent .featuresCard .introCon {
    justify-content: center; } }

@media only screen and (max-width: 1440px) {
  .clientMarquee .clientSwiper:before, .clientMarquee .clientSwiper:after {
    width: 192px;
    height: 100px;
    top: 14px; } }

@media only screen and (max-width: 1280px) {
  .clientMarquee {
    height: 158px; }
    .clientMarquee .container {
      padding: 0px 80px; }
  .businessValue .switchNavTab {
    margin: 0px 80px; }
    .businessValue .switchNavTab .switchBox li .title {
      font-size: 15px;
      line-height: 21px; }
  .businessValue .businessSwitchWrap {
    margin-left: 80px;
    padding-right: 80px; }
    .businessValue .businessSwitchWrap .innerCard .titleBox h5 p {
      font-size: 24px;
      line-height: 34px; }
    .businessValue .businessSwitchWrap .innerCard .titleBox .desc {
      font-size: 15px;
      line-height: 21px; }
  .proFeatures .proFeaturesContent .container {
    padding-right: 80px; }
  .proFeatures {
    margin: 100px 0px; }
    .proFeatures .proFeaturesContent {
      padding: 0px 0px; }
      .proFeatures .proFeaturesContent .featuresCard .imgBox {
        width: 55.5555%; }
    .proFeatures .slideArrowGroup {
      width: 110px;
      bottom: 60px; }
      .proFeatures .slideArrowGroup .slide-arrow {
        width: 46px;
        height: 46px; }
    .proFeatures .swiper-pagination {
      bottom: 40px; }
  .customerTestimony {
    overflow: hidden; }
    .customerTestimony .container {
      padding: 10px 80px 80px 80px;
      position: relative;
      overflow: hidden; }
    .customerTestimony .titleWrap {
      margin-bottom: 40px; }
      .customerTestimony .titleWrap .customerNum {
        font-size: 64px; }
    .customerTestimony .customerList {
      padding-right: 0px; }
  .customerTestimony .slideArrowGroup {
    width: calc(100% - 48px);
    right: 24px;
    left: 24px; }
  .customerTestimony .customerInner {
    height: 280px;
    padding: 32px 36px; }
    .customerTestimony .customerInner .introBox {
      padding-bottom: 60px;
      height: 180px; }
      .customerTestimony .customerInner .introBox p {
        font-size: 14px; }
    .customerTestimony .customerInner .titleCard {
      padding-top: 24px;
      position: absolute;
      bottom: 24px;
      width: calc(100% - 48px); }
      .customerTestimony .customerInner .titleCard .nameBox p {
        font-size: 14px; }
      .customerTestimony .customerInner .titleCard .headphoto img {
        width: 40px;
        height: 40px;
        margin-right: 8px; }
    .customerTestimony .customerInner .slideArrowGroup {
      left: 20px;
      right: 20px;
      width: calc(100% - 40px); }
      .customerTestimony .customerInner .slideArrowGroup .slide-arrow {
        width: 40px;
        height: 40px; } }

@media only screen and (max-width: 1100px) {
  .businessValue .businessSwitchWrap {
    height: 464px; }
    .businessValue .businessSwitchWrap .innerCard .titleBox {
      margin-bottom: 30px; }
      .businessValue .businessSwitchWrap .innerCard .titleBox .desc {
        font-size: 13px;
        line-height: 18px; }
  .proFeatures .proFeaturesContent .featuresCard .titleBox {
    width: 322px; }
  .proFeatures .swiper-pagination {
    right: calc(422px - 209px);
    bottom: 40px; }
  .proFeatures .slideArrowGroup {
    width: 106px;
    bottom: 40px; }
    .proFeatures .slideArrowGroup .slide-arrow {
      width: 44px;
      height: 44px; }
  .businessValue .switchNavTab .switchBox li {
    height: 78px; }
  .customerTestimony .slideArrowGroup {
    width: calc(100% - 32px);
    left: 16px;
    right: 16px; } }

@media only screen and (max-width: 959px) {
  .businessValue .switchNavTab {
    margin: 0px 40px; }
  .businessValue .businessSwitchWrap {
    margin-left: 40px;
    padding-right: 40px; } }

@media only screen and (max-width: 800px) {
  /* Homepage */
  .clientMarquee {
    height: 144px; }
    .clientMarquee .container {
      padding: 0px 20px;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
    .clientMarquee .clientSwiper .listClient li {
      width: 72px;
      height: 72px; }
    .clientMarquee .clientSwiper:before, .clientMarquee .clientSwiper:after {
      display: none; }
  .businessValue {
    margin: 56px 0px; }
  .businessValue .titleWrap {
    margin-bottom: 32px; }
  .businessValue .titleWrap h3 {
    font-size: 20px;
    line-height: 28px; }
  .businessValue .businessTabContent {
    display: flex;
    flex-direction: column-reverse; }
  .businessValue .switchNavTab {
    margin: 0px 16px;
    margin-top: 16px; }
  .businessValue .switchNavTab .switchBox {
    flex-wrap: wrap; }
    .businessValue .switchNavTab .switchBox:before, .businessValue .switchNavTab .switchBox:after {
      display: none; }
    .businessValue .switchNavTab .switchBox li {
      width: 100% !important;
      height: 68px;
      display: flex;
      align-items: center; }
    .businessValue .switchNavTab .switchBox li:nth-of-type(1) {
      display: none; }
    .businessValue .switchNavTab .switchBox li:nth-last-of-type(1) {
      border-bottom: 0px; }
    .businessValue .switchNavTab .switchBox li .titleCard {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      align-items: center; }
      .businessValue .switchNavTab .switchBox li .titleCard p {
        display: inline-block; }
      .businessValue .switchNavTab .switchBox li .titleCard i.arrowMore {
        height: 13px;
        width: 13px;
        margin-right: 4px;
        background: url(../images/businesstab_dropmore_ico.svg) center center no-repeat; }
  .businessValue .businessAccordionMobile .accordion-container .accordion-item .bodyCon .innerCard .titleBox h5 p {
    font-weight: 500; }
  .businessValue .businessSwitchWrap {
    margin-left: 16px;
    height: auto;
    margin-top: 0px;
    padding-right: 16px; }
    .businessValue .businessSwitchWrap .innerCard {
      width: 100%;
      padding: 24px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; }
      .businessValue .businessSwitchWrap .innerCard .titleBox {
        margin-bottom: 40px; }
        .businessValue .businessSwitchWrap .innerCard .titleBox h5 {
          margin-bottom: 14px; }
          .businessValue .businessSwitchWrap .innerCard .titleBox h5 p {
            font-size: 18px;
            line-height: initial; }
          .businessValue .businessSwitchWrap .innerCard .titleBox h5 span {
            font-size: 16px;
            margin-bottom: 6px; }
        .businessValue .businessSwitchWrap .innerCard .titleBox .desc {
          font-size: 14px;
          line-height: 20px; }
      .businessValue .businessSwitchWrap .innerCard ul li {
        margin-bottom: 28px; }
      .businessValue .businessSwitchWrap .innerCard ul li:nth-last-of-type(1) {
        margin-bottom: 0px; }
    .businessValue .businessSwitchWrap .imgCard {
      width: 100%;
      padding: 0px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px; }
  .businessValue .businessSwitchWrap .swiper-slide {
    flex-direction: column-reverse; }
  .businessValue .switchNavTab .switchBox li:before {
    display: none; }
  .proFeatures {
    margin: 56px 0px; }
  .proFeatures .titleWrap {
    margin-bottom: 32px; }
    .proFeatures .titleWrap h3 {
      font-size: 20px;
      line-height: 28px;
      font-weight: 500; }
  .proFeatures .proFeaturesContent {
    padding: 0px; }
    .proFeatures .proFeaturesContent .container {
      padding: 0px; }
    .proFeatures .proFeaturesContent .featuresCard {
      justify-content: center;
      flex-direction: column; }
      .proFeatures .proFeaturesContent .featuresCard .titleBox {
        width: 100%;
        padding-left: 20px;
        margin-bottom: 40px;
        position: relative;
        justify-content: flex-start; }
        .proFeatures .proFeaturesContent .featuresCard .titleBox h5 {
          margin-bottom: 16px; }
          .proFeatures .proFeaturesContent .featuresCard .titleBox h5 p {
            font-size: 20px;
            font-weight: 500; }
        .proFeatures .proFeaturesContent .featuresCard .titleBox .desc {
          margin-bottom: 32px;
          font-size: 14px;
          line-height: 20px; }
      .proFeatures .proFeaturesContent .featuresCard .imgBox {
        width: 100%;
        height: 285px;
        padding: 0px 0px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center; }
        .proFeatures .proFeaturesContent .featuresCard .imgBox img {
          width: 375px;
          height: 285px;
          object-fit: contain; }
      .proFeatures .proFeaturesContent .featuresCard .introCon {
        height: 284px;
        padding: 32px 24px 24px 24px;
        align-items: flex-start;
        justify-content: center; }
  .proFeatures .swiper-pagination {
    bottom: 24px;
    gap: 8px;
    right: auto;
    margin: 0px;
    left: 0px;
    justify-content: center;
    width: 100%; }
  .proFeatures .proFeaturesContent .morelinkBtn {
    max-width: 100px;
    height: 42px;
    padding: 12px 16px; }
    .proFeatures .proFeaturesContent .morelinkBtn span {
      font-size: 13px; }
  .proFeatures .slideArrowGroup {
    top: 160px;
    bottom: auto;
    left: 0px;
    right: auto;
    width: 100%;
    display: none; }
    .proFeatures .slideArrowGroup .slide-arrow {
      width: 44px;
      height: 44px;
      position: absolute; }
    .proFeatures .slideArrowGroup .slide-arrow-prev {
      left: 16px; }
    .proFeatures .slideArrowGroup .slide-arrow-next {
      right: 16px; }
  .customerTestimony .container {
    padding: 0px;
    position: relative; }
  .customerTestimony .customerList {
    padding-right: 16px; }
  .customerTestimony .customerInner {
    max-width: 272px;
    height: 360px;
    padding: 32px 24px 24px 24px;
    transform: translateX(16px);
    border-radius: 4px;
    margin-bottom: 0px; }
    .customerTestimony .customerInner .introBox p {
      font-size: 14px;
      line-height: 24px; }
    .customerTestimony .customerInner .titleCard .headphoto img {
      width: 53px;
      height: 53px; }
  .customerTestimony .customerInner.swiper-slide-active {
    width: 80%;
    max-width: 272px; }
  .customerTestimony .titleWrap {
    margin-bottom: 32px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center; }
    .customerTestimony .titleWrap h3 p {
      font-size: 20px;
      line-height: 28px; }
    .customerTestimony .titleWrap .customerNum {
      font-size: 60px;
      line-height: 80px; }
  .customerTestimony .slideArrowGroup {
    display: none; } }
